home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / utils1 / 3270v13a.arj / 517.TXT next >
Text File  |  1994-02-08  |  6KB  |  187 lines

  1. Document # 517                                           last updated 9/17/93
  2.                         
  3.  
  4.  
  5. WINDOWS 3.1 with 386MAX, QEMM or EMM386 and DTC SCSI Controllers
  6. ================================================================
  7. ================================================================
  8.  
  9.  
  10. Before installing Windows 3.1, you will need to load the DTC ASPI 
  11. Manager driver, (ASPI3X70.SYS, ASPI3X80.SYS, ASPI3X90.SYS or 
  12. ASPI3X92.SYS)  in CONFIG.SYS. When installing Windows 3.1 with a 
  13. DTC3X90AS or DTC3X92AS, the Windows setup procedure will add the 
  14. following line to CONFIG.SYS: 
  15.  
  16.     DEVICE=C:\WINDOWS\SMARTDRV.EXE /DOUBLE_BUFFER
  17.     
  18. You will NOT need this line in CONFIG.SYS because the DTC ASPI 
  19. Manager sets up the double-buffering for Windows.  For the DTC3X90 
  20. and DTC3X92, you will need to add a /Q right after the ASPI Manager 
  21. driver as this option will allow for better memory management of the 
  22. ASPI driver in extended memory and enable double-buffering.  
  23.  
  24.  
  25. 32-BIT DISK ACCESS
  26. ==================
  27. 32-Bit disk access will only work with controllers which are WD1003 
  28. compatible.  DTC SCSI controllers are NOT WD1003 compatible and 
  29. therefore will NOT work with 32Bit Disk Access.   Have this option 
  30. turned OFF in Windows 3.1. 
  31.  
  32.  
  33. LOADING DTC DRIVERS INTO HIGH MEMORY
  34. ====================================
  35. DO NOT LOAD ASPI3X90.SYS or ASPI3X92.SYS high with the Load-High 
  36. option of your memory manager.  You can load ASPI3X70.SYS and 
  37. ASPI3X80.SYS high as well as the other DTC drivers like ASCSI.SYS  or 
  38. ADTC-CD.SYS with the load-high option of your memory manager.
  39.  
  40.  
  41. SOFTWARE CACHING PROGRAMS
  42. =========================
  43. Generally speaking, the DTC3290 caching controller requires no 
  44. additional software caching program like SMARTDRV.EXE to operate.  In 
  45. fact, some software caching programs will slow down controller 
  46. performance.  For the other non-caching DTC SCSI controllers, a 
  47. software caching program will enhance disk performance.
  48.  
  49.  
  50. MEMORY MANAGER OPTIMIZATION PROGRAMS 
  51. ====================================
  52. Some memory managers include a memory optimization program (386MAX 
  53. has a program called MAXIMIZE).  For the DTC EISA SCSI controllers, 
  54. sometimes it may be necessary to remark out the DEVICE=DTC3X9?.SYS 
  55. line in CONFIG.SYS before you run the optimize program.
  56.  
  57.  
  58. TROUBLE-SHOOTING TIPS
  59. =====================
  60. If your system hangs when trying to load a specific memory manager, 
  61. try the following:
  62.     * Disable Video Shadow RAM in system CMOS
  63.     * Disable BIOS Shadow RAM in system CMOS
  64.  
  65.  
  66. The following CONFIG.SYS files are examples which we have tested with 
  67. Windows 3.1 and the Memory Managers listed above.  You may still need 
  68. to fine tune your CONFIG.SYS file for your particular system 
  69. configuration.
  70.  
  71. ---------------------------------------------------------------------------
  72. Sample CONFIG.SYS file for the DTC3280 and DTC3270
  73. under DOS 5.0 and DOS 6.0
  74. ( Replace ? with 8 for 3x80 or 7 for 3270 controller )
  75.  
  76. EMM386 
  77.  
  78.     DEVICE=C:\WINDOWS\HIMEM.SYS
  79.     DOS=HIGH,UMB
  80.     DEVICE=C:\WINDOWS\EMM386.EXE NOEMS
  81.     DEVICEHIGH=C:\ASPI3X?0.SYS
  82.     FILES=30
  83.     BUFFERS=20
  84.     STACKS=9,256
  85.     SHELL=C:\COMMAND.COM /P /E:512
  86.  
  87.  
  88. QEMM 6.02 and QEMM 7.01
  89.  
  90.     DEVICE=C:\QEMM\QEMM386.SYS RAM
  91.     DOS=HIGH
  92.     DEVICE=C:\QEMM\LOADHI.SYS /R:1 C:\ASPI3X?0.SYS
  93.     FILES=30
  94.     BUFFERS=20
  95.     STACKS=9,256
  96.     SHELL=C:\COMMAND.COM /P /E:512
  97.  
  98.  
  99. 386MAX 6.02
  100.  
  101.     DEVICE=386MAX.SYS PRO=386MAX.PRO NOSCSI
  102.     DOS=HIGH
  103.     DEVICE=386LOAD.SYS SIZE=xxxxx PRGREG=2 FLEXFRAME PROG=ASPI3X?0.SYS
  104.     FILES=30
  105.     BUFFERS=20
  106.     STACKS=9,256
  107.     SHELL=C:\COMMAND.COM /P /E:512
  108.  
  109.  
  110. 386MAX 7.0
  111.  
  112.     DEVICE=386MAX.SYS PRO=386MAX.PRO NOSCSI
  113.     DOS=HIGH
  114.     DEVICE=386LOAD.SYS SIZE=xxxxx PRGREG=2 FLEXFRAME PROG=ASPI3X?0.SYS
  115.     FILES=30
  116.     BUFFERS=20
  117.     STACKS=9,256
  118.     SHELL=C:\COMMAND.COM /P /E:512
  119.     DEVICE=EXTRADOS.MAX PRO=EXTRADOS.PRO
  120.     INSTALL=EXTRADOS.MAX
  121.     
  122.  
  123. When installing 386MAX software, let the installation process update 
  124. the Windows' SYSTEM.INI file.  It will add the following 2 lines to 
  125. the SYSTEM.INI file:    VCPIWarning=FALSE
  126.         SystemROMBreakPoint=FALSE
  127.  
  128. --------------------------------------------------------------------------
  129. Sample CONFIG.SYS files for the DTC3290 And DTC3292
  130. under DOS 5.0 and DOS 6.0
  131. ( Replace ? with 0 for 3290 or 2 for 3292 controller )
  132.  
  133. EMM386
  134.  
  135.     DEVICE=C:\WINDOWS\HIMEM.SYS
  136.     DEVICE=C:\WINDOWS\EMM386.EXE NOEMS
  137.     DOS=HIGH,UMB
  138.     DEVICE=C:\ASPI3X9?.SYS /Q
  139.     FILES=30
  140.     BUFFERS=20
  141.     STACKS=9,256
  142.     SHELL=C:\COMMAND.COM /P /E:512
  143.  
  144. QEMM 6.02
  145.  
  146.     DEVICE=C:\QEMM\QEMM386.SYS RAM
  147.     DOS=HIGH
  148.     DEVICE=C:\ASPI3X9?.SYS /Q
  149.     FILES=30
  150.     BUFFERS=20
  151.     STACKS=9,256
  152.     SHELL=C:\COMMAND.COM /P /E:512
  153.  
  154. QEMM 7.01 - This version of QEMM does not work with the DTC 3290 or DTC 3292.  You must order version 7.02 from QEMM.  Sample CONFIG.SYS will look like QEMM 6.02 version.
  155.  
  156. 386MAX 6.02
  157.  
  158.     DEVICE=C:\386MAX\386MAX.SYS PRO=C:\386MAX\386MAX.PRO NOSCSI
  159.     DOS=HIGH
  160.     DEVICE=C:\ASPI3X9?.SYS /Q
  161.     FILES=30
  162.     BUFFERS=20
  163.     STACKS=9,256
  164.     SHELL=C:\COMMAND.COM /P /E:512
  165.  
  166. 386MAX 7.0
  167.  
  168.     DEVICE=C:\386MAX\386MAX.SYS PRO=C:\386MAX\386MAX.PRO NOSCSI
  169.     DOS=HIGH
  170.     DEVICE=C:\ASPI3X9?.SYS /Q
  171.     FILES=30
  172.     BUFFERS=20
  173.     STACKS=9,256
  174.     SHELL=C:\COMMAND.COM /P /E:512
  175.     DEVICE=C:\386MAX\EXTRADOS.MAX PRO=C:\386MAX\EXTRADOS.PRO
  176.     INSTALL=C:\386MAX\EXTRADOS.MAX
  177.  
  178. When installing 386MAX software, let the installation process update 
  179. the Windows' SYSTEM.INI file.  It will add the following 2 lines to 
  180. the SYSTEM.INI file:    VCPIWarning=FALSE
  181.         SystemROMBreakPoint=FALSE
  182.  
  183. You will need to add SET BUSMASTER=VDS in AUTOEXEC.BAT to tell 386MAX 
  184. that the 3290 or 3292 has VDS support.  NOTE- If installing 386MAX on 
  185. an EISA motherboard using an AMI BIOS and you lose access to the 
  186. floppy drive, then add the command NOEISADMA to the 386MAX.PRO file.
  187.